Crate polars_sql

Source
Expand description

Polars SQL This crate provides a SQL interface for Polars DataFrames

Modules§

  • This module defines a FunctionRegistry for supported SQL functions and UDFs.
  • Keywords that are supported by the Polars SQL interface.

Structs§

  • The SQLContext is the main entry point for executing SQL queries.

Functions§

  • parse a SQL expression to a polars expression